FrameLib  0.1
Arbitrarily timed and sized frame-based DSP
FrameLib_GlobalAllocator Class Reference

#include <FrameLib_Memory.h>

Classes

class  Pruner
 

Public Member Functions

 FrameLib_GlobalAllocator ()
 
 ~FrameLib_GlobalAllocator ()
 
void * alloc (size_t size)
 
void dealloc (void *ptr)
 

Static Public Member Functions

static size_t getAlignment ()
 
static size_t alignSize (size_t x)
 

Constructor & Destructor Documentation

◆ FrameLib_GlobalAllocator()

FrameLib_GlobalAllocator::FrameLib_GlobalAllocator ( )
inline

◆ ~FrameLib_GlobalAllocator()

FrameLib_GlobalAllocator::~FrameLib_GlobalAllocator ( )
inline

Member Function Documentation

◆ alignSize()

size_t FrameLib_GlobalAllocator::alignSize ( size_t  x)
static

◆ alloc()

void * FrameLib_GlobalAllocator::alloc ( size_t  size)

◆ dealloc()

void FrameLib_GlobalAllocator::dealloc ( void *  ptr)

◆ getAlignment()

size_t FrameLib_GlobalAllocator::getAlignment ( )
static

The documentation for this class was generated from the following files: